func crypto/md5.consumeUint32

5 uses

	crypto/md5 (current package)
		md5.go#L84: 	b, d.s[0] = consumeUint32(b)
		md5.go#L85: 	b, d.s[1] = consumeUint32(b)
		md5.go#L86: 	b, d.s[2] = consumeUint32(b)
		md5.go#L87: 	b, d.s[3] = consumeUint32(b)
		md5.go#L98: func consumeUint32(b []byte) ([]byte, uint32) {